home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 June: Reference Library / Dev.CD Jun 00 RL Disk 1.toast / pc / technical documentation / develop / develop issue 26 / develop issue 26 code / qd3d custom attributes / customattribute / isapprunning.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-03-21  |  309 b   |  14 lines

  1. #ifndef _ISAPPRUNNING_
  2. #define _ISAPPRUNNING_
  3.  
  4. #include <processes.h>
  5.  
  6. Boolean IsAppRunning( OSType targetType,
  7.                       OSType targetSignature,
  8.                       ProcessSerialNumber *targetPSN, 
  9.                       ProcessInfoRec *targetPIRec, 
  10.                       StringPtr targetName ) ;
  11.  
  12. OSErr LaunchApp( OSType targetSignature);
  13.                       
  14. #endif